home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
Console
/
readme.txt
< prev
next >
Wrap
Text File
|
2003-08-13
|
1KB
|
28 lines
In this folder you can find some files which runs console programs. To create your
own such a file give it the name <file_name>.RUN.<file_ext>. All files with such
a filename are executed this way. The syntax is very easy:
CmdLine: <the full path to the program to run>
CurDir: <the directory to start the program in>
ExitCommand: <the command to quit this program, e.g. 'exit' for cmd.exe>
PrintInput: <could be 1 or 0, test what works best, default is 0>
ToOutput: <if 1 it prints the output to the Output List, default 0>
AskSaveFile: <if 1 it will ask you to save the file, default 0>
ShowWindow: <could be 0-3>
0: Hidden
1: Normal
2: Maximized
3: Minimized
DetachedProc: <you may want to set this to 1 in some cases, default 0>
Send: <Any number of lines to send to the console when starting it>
Everything else is the same as for the other templates.
If this program understands comments and you want to use a highlighter, you should
place these commands in comments.
Rterm.RUN.r runs the Rterm program. You may need to modify some paths to these
programs.
$Id: readme.txt,v 1.1.2.1 2003/08/13 00:46:46 neum Exp $